Package com.cisco.pt.ipc.sim.pdu
Interface TcpOption
- All Known Subinterfaces:
TcpOptionMSS
- All Known Implementing Classes:
TcpOptionImpl,TcpOptionMSSImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getKind
TcpOptionKind getKind()- Returns:
- TcpOptionKind Returns a TcpOptionKind
-
setKind
- Parameters:
kind- Takes in a parameter of kind
-
getLength
Byte getLength()- Returns:
- Byte Returns a Byte
-
setLength
- Parameters:
length- Takes in a parameter of length
-